1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSchoolInfo
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSchoolInfo))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.lblUser = New System.Windows.Forms.Label()
32         Me.txtID = New System.Windows.Forms.TextBox()
33         Me.Panel4 = New System.Windows.Forms.Panel()
34         Me.cmbSchoolType = New System.Windows.Forms.ComboBox()
35         Me.Label14 = New System.Windows.Forms.Label()
36         Me.Label13 = New System.Windows.Forms.Label()
37         Me.Label12 = New System.Windows.Forms.Label()
38         Me.Label11 = New System.Windows.Forms.Label()
39         Me.Label10 = New System.Windows.Forms.Label()
40         Me.Label9 = New System.Windows.Forms.Label()
41         Me.txtEstablishedYear = New System.Windows.Forms.TextBox()
42         Me.txtClass = New System.Windows.Forms.TextBox()
43         Me.txtIndexNo = New System.Windows.Forms.TextBox()
44         Me.txtDiseNo = New System.Windows.Forms.TextBox()
45         Me.txtRegistrationNo = New System.Windows.Forms.TextBox()
46         Me.btnBrowse = New System.Windows.Forms.Button()
47         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
48         Me.txtAddress = New System.Windows.Forms.TextBox()
49         Me.txtWebsite = New System.Windows.Forms.TextBox()
50         Me.Label8 = New System.Windows.Forms.Label()
51         Me.Label7 = New System.Windows.Forms.Label()
52         Me.Label6 = New System.Windows.Forms.Label()
53         Me.Label5 = New System.Windows.Forms.Label()
54         Me.txtEmailID = New System.Windows.Forms.TextBox()
55         Me.txtFax = New System.Windows.Forms.TextBox()
56         Me.txtAltContactNo = New System.Windows.Forms.TextBox()
57         Me.txtContactNo = New System.Windows.Forms.TextBox()
58         Me.Label4 = New System.Windows.Forms.Label()
59         Me.Label2 = New System.Windows.Forms.Label()
60         Me.Label3 = New System.Windows.Forms.Label()
61         Me.txtSchoolName = New System.Windows.Forms.TextBox()
62         Me.Panel3 = New System.Windows.Forms.Panel()
63         Me.btnDelete = New System.Windows.Forms.Button()
64         Me.btnClose = New System.Windows.Forms.Button()
65         Me.btnUpdate = New System.Windows.Forms.Button()
66         Me.btnSave = New System.Windows.Forms.Button()
67         Me.btnNew = New System.Windows.Forms.Button()
68         Me.dgw = New System.Windows.Forms.DataGridView()
69         Me.Panel2 = New System.Windows.Forms.Panel()
70         Me.Label1 = New System.Windows.Forms.Label()
71         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
72         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
73         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
74         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
75         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
76         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
77         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
78         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
79         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
80         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
81         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
82         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
83         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
84         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
85         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
86         Me.Column15 = New System.Windows.Forms.DataGridViewImageColumn()
87         Me.Panel1.SuspendLayout()
88         Me.Panel4.SuspendLayout()
89         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
90         Me.Panel3.SuspendLayout()
91         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
92         Me.Panel2.SuspendLayout()
93         Me.SuspendLayout()
94         
'
95         
'Panel1
96         
'
97         Me.Panel1.BackColor = System.Drawing.Color.White
98         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
99         Me.Panel1.Controls.Add(Me.lblUser)
100         Me.Panel1.Controls.Add(Me.txtID)
101         Me.Panel1.Controls.Add(Me.Panel4)
102         Me.Panel1.Controls.Add(Me.Panel3)
103         Me.Panel1.Controls.Add(Me.dgw)
104         Me.Panel1.Controls.Add(Me.Panel2)
105         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
106         Me.Panel1.Name =
"Panel1"
107         Me.Panel1.Size = New System.Drawing.Size(
748, 601)
108         Me.Panel1.TabIndex =
2
109         
'
110         
'lblUser
111         
'
112         Me.lblUser.AutoSize = True
113         Me.lblUser.Location = New System.Drawing.Point(
670, 233)
114         Me.lblUser.Name =
"lblUser"
115         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
116         Me.lblUser.TabIndex =
5
117         Me.lblUser.Text =
"Label8"
118         Me.lblUser.Visible = False
119         
'
120         
'txtID
121         
'
122         Me.txtID.Location = New System.Drawing.Point(
670, 173)
123         Me.txtID.Name =
"txtID"
124         Me.txtID.Size = New System.Drawing.Size(
68, 20)
125         Me.txtID.TabIndex =
4
126         Me.txtID.Visible = False
127         
'
128         
'Panel4
129         
'
130         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
131         Me.Panel4.Controls.Add(Me.cmbSchoolType)
132         Me.Panel4.Controls.Add(Me.Label14)
133         Me.Panel4.Controls.Add(Me.Label13)
134         Me.Panel4.Controls.Add(Me.Label12)
135         Me.Panel4.Controls.Add(Me.Label11)
136         Me.Panel4.Controls.Add(Me.Label10)
137         Me.Panel4.Controls.Add(Me.Label9)
138         Me.Panel4.Controls.Add(Me.txtEstablishedYear)
139         Me.Panel4.Controls.Add(Me.txtClass)
140         Me.Panel4.Controls.Add(Me.txtIndexNo)
141         Me.Panel4.Controls.Add(Me.txtDiseNo)
142         Me.Panel4.Controls.Add(Me.txtRegistrationNo)
143         Me.Panel4.Controls.Add(Me.btnBrowse)
144         Me.Panel4.Controls.Add(Me.PictureBox1)
145         Me.Panel4.Controls.Add(Me.txtAddress)
146         Me.Panel4.Controls.Add(Me.txtWebsite)
147         Me.Panel4.Controls.Add(Me.Label8)
148         Me.Panel4.Controls.Add(Me.Label7)
149         Me.Panel4.Controls.Add(Me.Label6)
150         Me.Panel4.Controls.Add(Me.Label5)
151         Me.Panel4.Controls.Add(Me.txtEmailID)
152         Me.Panel4.Controls.Add(Me.txtFax)
153         Me.Panel4.Controls.Add(Me.txtAltContactNo)
154         Me.Panel4.Controls.Add(Me.txtContactNo)
155         Me.Panel4.Controls.Add(Me.Label4)
156         Me.Panel4.Controls.Add(Me.Label2)
157         Me.Panel4.Controls.Add(Me.Label3)
158         Me.Panel4.Controls.Add(Me.txtSchoolName)
159         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
160         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
161         Me.Panel4.Name =
"Panel4"
162         Me.Panel4.Size = New System.Drawing.Size(
525, 377)
163         Me.Panel4.TabIndex =
0
164         
'
165         
'cmbSchoolType
166         
'
167         Me.cmbSchoolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
168         Me.cmbSchoolType.FormattingEnabled = True
169         Me.cmbSchoolType.Location = New System.Drawing.Point(
125, 338)
170         Me.cmbSchoolType.Name =
"cmbSchoolType"
171         Me.cmbSchoolType.Size = New System.Drawing.Size(
246, 23)
172         Me.cmbSchoolType.TabIndex =
12
173         
'
174         
'Label14
175         
'
176         Me.Label14.AutoSize = True
177         Me.Label14.Location = New System.Drawing.Point(
7, 338)
178         Me.Label14.Name =
"Label14"
179         Me.Label14.Size = New System.Drawing.Size(
80, 15)
180         Me.Label14.TabIndex =
32
181         Me.Label14.Text =
"School Type :"
182         
'
183         
'Label13
184         
'
185         Me.Label13.AutoSize = True
186         Me.Label13.Location = New System.Drawing.Point(
7, 311)
187         Me.Label13.Name =
"Label13"
188         Me.Label13.Size = New System.Drawing.Size(
105, 15)
189         Me.Label13.TabIndex =
31
190         Me.Label13.Text =
"Established Year :"
191         
'
192         
'Label12
193         
'
194         Me.Label12.AutoSize = True
195         Me.Label12.Location = New System.Drawing.Point(
7, 284)
196         Me.Label12.Name =
"Label12"
197         Me.Label12.Size = New System.Drawing.Size(
43, 15)
198         Me.Label12.TabIndex =
30
199         Me.Label12.Text =
"Class :"
200         
'
201         
'Label11
202         
'
203         Me.Label11.AutoSize = True
204         Me.Label11.Location = New System.Drawing.Point(
7, 257)
205         Me.Label11.Name =
"Label11"
206         Me.Label11.Size = New System.Drawing.Size(
65, 15)
207         Me.Label11.TabIndex =
29
208         Me.Label11.Text =
"Index No. :"
209         
'
210         
'Label10
211         
'
212         Me.Label10.AutoSize = True
213         Me.Label10.Location = New System.Drawing.Point(
7, 230)
214         Me.Label10.Name =
"Label10"
215         Me.Label10.Size = New System.Drawing.Size(
60, 15)
216         Me.Label10.TabIndex =
28
217         Me.Label10.Text =
"Dise No. :"
218         
'
219         
'Label9
220         
'
221         Me.Label9.AutoSize = True
222         Me.Label9.Location = New System.Drawing.Point(
7, 203)
223         Me.Label9.Name =
"Label9"
224         Me.Label9.Size = New System.Drawing.Size(
101, 15)
225         Me.Label9.TabIndex =
27
226         Me.Label9.Text =
"Registration No. :"
227         
'
228         
'txtEstablishedYear
229         
'
230         Me.txtEstablishedYear.BackColor = System.Drawing.Color.White
231         Me.txtEstablishedYear.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.txtEstablishedYear.Location = New System.Drawing.Point(
125, 311)
233         Me.txtEstablishedYear.Name =
"txtEstablishedYear"
234         Me.txtEstablishedYear.Size = New System.Drawing.Size(
246, 21)
235         Me.txtEstablishedYear.TabIndex =
11
236         
'
237         
'txtClass
238         
'
239         Me.txtClass.BackColor = System.Drawing.Color.White
240         Me.txtClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.txtClass.Location = New System.Drawing.Point(
125, 284)
242         Me.txtClass.Name =
"txtClass"
243         Me.txtClass.Size = New System.Drawing.Size(
246, 21)
244         Me.txtClass.TabIndex =
10
245         
'
246         
'txtIndexNo
247         
'
248         Me.txtIndexNo.BackColor = System.Drawing.Color.White
249         Me.txtIndexNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
250         Me.txtIndexNo.Location = New System.Drawing.Point(
125, 257)
251         Me.txtIndexNo.Name =
"txtIndexNo"
252         Me.txtIndexNo.Size = New System.Drawing.Size(
246, 21)
253         Me.txtIndexNo.TabIndex =
9
254         
'
255         
'txtDiseNo
256         
'
257         Me.txtDiseNo.BackColor = System.Drawing.Color.White
258         Me.txtDiseNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.txtDiseNo.Location = New System.Drawing.Point(
125, 230)
260         Me.txtDiseNo.Name =
"txtDiseNo"
261         Me.txtDiseNo.Size = New System.Drawing.Size(
246, 21)
262         Me.txtDiseNo.TabIndex =
8
263         
'
264         
'txtRegistrationNo
265         
'
266         Me.txtRegistrationNo.BackColor = System.Drawing.Color.White
267         Me.txtRegistrationNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
268         Me.txtRegistrationNo.Location = New System.Drawing.Point(
125, 203)
269         Me.txtRegistrationNo.Name =
"txtRegistrationNo"
270         Me.txtRegistrationNo.Size = New System.Drawing.Size(
246, 21)
271         Me.txtRegistrationNo.TabIndex =
7
272         
'
273         
'btnBrowse
274         
'
275         Me.btnBrowse.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
276         Me.btnBrowse.Location = New System.Drawing.Point(
403, 116)
277         Me.btnBrowse.Name =
"btnBrowse"
278         Me.btnBrowse.Size = New System.Drawing.Size(
100, 25)
279         Me.btnBrowse.TabIndex =
13
280         Me.btnBrowse.Text =
"&Browse..."
281         Me.btnBrowse.UseVisualStyleBackColor = True
282         
'
283         
'PictureBox1
284         
'
285         Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
286         Me.PictureBox1.Image = Global.ERP_System.My.Resources.Resources.kcK56zncj
287         Me.PictureBox1.Location = New System.Drawing.Point(
403, 11)
288         Me.PictureBox1.Name =
"PictureBox1"
289         Me.PictureBox1.Size = New System.Drawing.Size(
100, 100)
290         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
291         Me.PictureBox1.TabIndex =
17
292         Me.PictureBox1.TabStop = False
293         
'
294         
'txtAddress
295         
'
296         Me.txtAddress.BackColor = System.Drawing.Color.White
297         Me.txtAddress.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
298         Me.txtAddress.Location = New System.Drawing.Point(
125, 38)
299         Me.txtAddress.Name =
"txtAddress"
300         Me.txtAddress.Size = New System.Drawing.Size(
246, 21)
301         Me.txtAddress.TabIndex =
1
302         
'
303         
'txtWebsite
304         
'
305         Me.txtWebsite.BackColor = System.Drawing.Color.White
306         Me.txtWebsite.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.txtWebsite.Location = New System.Drawing.Point(
125, 176)
308         Me.txtWebsite.Name =
"txtWebsite"
309         Me.txtWebsite.Size = New System.Drawing.Size(
246, 21)
310         Me.txtWebsite.TabIndex =
6
311         
'
312         
'Label8
313         
'
314         Me.Label8.AutoSize = True
315         Me.Label8.Location = New System.Drawing.Point(
7, 176)
316         Me.Label8.Name =
"Label8"
317         Me.Label8.Size = New System.Drawing.Size(
57, 15)
318         Me.Label8.TabIndex =
14
319         Me.Label8.Text =
"Website :"
320         
'
321         
'Label7
322         
'
323         Me.Label7.AutoSize = True
324         Me.Label7.Location = New System.Drawing.Point(
7, 148)
325         Me.Label7.Name =
"Label7"
326         Me.Label7.Size = New System.Drawing.Size(
60, 15)
327         Me.Label7.TabIndex =
13
328         Me.Label7.Text =
"Email ID :"
329         
'
330         
'Label6
331         
'
332         Me.Label6.AutoSize = True
333         Me.Label6.Location = New System.Drawing.Point(
7, 121)
334         Me.Label6.Name =
"Label6"
335         Me.Label6.Size = New System.Drawing.Size(
33, 15)
336         Me.Label6.TabIndex =
12
337         Me.Label6.Text =
"Fax :"
338         
'
339         
'Label5
340         
'
341         Me.Label5.AutoSize = True
342         Me.Label5.Location = New System.Drawing.Point(
7, 94)
343         Me.Label5.Name =
"Label5"
344         Me.Label5.Size = New System.Drawing.Size(
95, 15)
345         Me.Label5.TabIndex =
11
346         Me.Label5.Text =
"Alt. Contact No. :"
347         
'
348         
'txtEmailID
349         
'
350         Me.txtEmailID.BackColor = System.Drawing.Color.White
351         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
352         Me.txtEmailID.Location = New System.Drawing.Point(
125, 148)
353         Me.txtEmailID.Name =
"txtEmailID"
354         Me.txtEmailID.Size = New System.Drawing.Size(
246, 21)
355         Me.txtEmailID.TabIndex =
5
356         
'
357         
'txtFax
358         
'
359         Me.txtFax.BackColor = System.Drawing.Color.White
360         Me.txtFax.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
361         Me.txtFax.Location = New System.Drawing.Point(
125, 121)
362         Me.txtFax.Name =
"txtFax"
363         Me.txtFax.Size = New System.Drawing.Size(
246, 21)
364         Me.txtFax.TabIndex =
4
365         
'
366         
'txtAltContactNo
367         
'
368         Me.txtAltContactNo.BackColor = System.Drawing.Color.White
369         Me.txtAltContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
370         Me.txtAltContactNo.Location = New System.Drawing.Point(
125, 94)
371         Me.txtAltContactNo.Name =
"txtAltContactNo"
372         Me.txtAltContactNo.Size = New System.Drawing.Size(
246, 21)
373         Me.txtAltContactNo.TabIndex =
3
374         
'
375         
'txtContactNo
376         
'
377         Me.txtContactNo.BackColor = System.Drawing.Color.White
378         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         Me.txtContactNo.Location = New System.Drawing.Point(
125, 67)
380         Me.txtContactNo.Name =
"txtContactNo"
381         Me.txtContactNo.Size = New System.Drawing.Size(
246, 21)
382         Me.txtContactNo.TabIndex =
2
383         
'
384         
'Label4
385         
'
386         Me.Label4.AutoSize = True
387         Me.Label4.Location = New System.Drawing.Point(
7, 67)
388         Me.Label4.Name =
"Label4"
389         Me.Label4.Size = New System.Drawing.Size(
76, 15)
390         Me.Label4.TabIndex =
6
391         Me.Label4.Text =
"Contact No. :"
392         
'
393         
'Label2
394         
'
395         Me.Label2.AutoSize = True
396         Me.Label2.Location = New System.Drawing.Point(
7, 38)
397         Me.Label2.Name =
"Label2"
398         Me.Label2.Size = New System.Drawing.Size(
57, 15)
399         Me.Label2.TabIndex =
5
400         Me.Label2.Text =
"Address :"
401         
'
402         
'Label3
403         
'
404         Me.Label3.AutoSize = True
405         Me.Label3.Location = New System.Drawing.Point(
7, 10)
406         Me.Label3.Name =
"Label3"
407         Me.Label3.Size = New System.Drawing.Size(
88, 15)
408         Me.Label3.TabIndex =
0
409         Me.Label3.Text =
"School Name :"
410         
'
411         
'txtSchoolName
412         
'
413         Me.txtSchoolName.BackColor = System.Drawing.Color.White
414         Me.txtSchoolName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
415         Me.txtSchoolName.Location = New System.Drawing.Point(
125, 11)
416         Me.txtSchoolName.Name =
"txtSchoolName"
417         Me.txtSchoolName.Size = New System.Drawing.Size(
246, 21)
418         Me.txtSchoolName.TabIndex =
0
419         
'
420         
'Panel3
421         
'
422         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
423         Me.Panel3.Controls.Add(Me.btnDelete)
424         Me.Panel3.Controls.Add(Me.btnClose)
425         Me.Panel3.Controls.Add(Me.btnUpdate)
426         Me.Panel3.Controls.Add(Me.btnSave)
427         Me.Panel3.Controls.Add(Me.btnNew)
428         Me.Panel3.Location = New System.Drawing.Point(
540, 75)
429         Me.Panel3.Name =
"Panel3"
430         Me.Panel3.Size = New System.Drawing.Size(
111, 181)
431         Me.Panel3.TabIndex =
0
432         
'
433         
'btnDelete
434         
'
435         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
436         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
437         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
438         Me.btnDelete.Location = New System.Drawing.Point(
13, 104)
439         Me.btnDelete.Name =
"btnDelete"
440         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
441         Me.btnDelete.TabIndex =
5
442         Me.btnDelete.Text =
"Delete"
443         Me.btnDelete.UseVisualStyleBackColor = True
444         
'
445         
'btnClose
446         
'
447         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
448         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
449         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
450         Me.btnClose.Location = New System.Drawing.Point(
13, 136)
451         Me.btnClose.Name =
"btnClose"
452         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
453         Me.btnClose.TabIndex =
4
454         Me.btnClose.Text =
"Close"
455         Me.btnClose.UseVisualStyleBackColor = True
456         
'
457         
'btnUpdate
458         
'
459         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
460         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
461         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
462         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
463         Me.btnUpdate.Name =
"btnUpdate"
464         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
465         Me.btnUpdate.TabIndex =
2
466         Me.btnUpdate.Text =
"Update"
467         Me.btnUpdate.UseVisualStyleBackColor = True
468         
'
469         
'btnSave
470         
'
471         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
472         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
473         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
474         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
475         Me.btnSave.Name =
"btnSave"
476         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
477         Me.btnSave.TabIndex =
1
478         Me.btnSave.Text =
"Save"
479         Me.btnSave.UseVisualStyleBackColor = True
480         
'
481         
'btnNew
482         
'
483         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
484         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
485         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
486         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
487         Me.btnNew.Name =
"btnNew"
488         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
489         Me.btnNew.TabIndex =
0
490         Me.btnNew.Text =
"New"
491         Me.btnNew.UseVisualStyleBackColor = True
492         
'
493         
'dgw
494         
'
495         Me.dgw.AllowUserToAddRows = False
496         Me.dgw.AllowUserToDeleteRows = False
497         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
498         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
499         Me.dgw.BackgroundColor = System.Drawing.Color.White
500         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
501         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
502         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
503         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
504         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
505         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
506         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
507         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
508         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
509         Me.dgw.ColumnHeadersHeight =
24
510         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column9, Me.Column10, Me.Column11, Me.Column13, Me.Column12, Me.Column14, Me.Column15})
511         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
512         Me.dgw.EnableHeadersVisualStyles = False
513         Me.dgw.GridColor = System.Drawing.Color.White
514         Me.dgw.Location = New System.Drawing.Point(
9, 458)
515         Me.dgw.MultiSelect = False
516         Me.dgw.Name =
"dgw"
517         Me.dgw.ReadOnly = True
518         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
519         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
520         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
521         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
522         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
523         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
524         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
525         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
526         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
527         Me.dgw.RowHeadersWidth =
25
528         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
529         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
530         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
531         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
532         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
533         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
534         Me.dgw.RowTemplate.Height =
18
535         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
536         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
537         Me.dgw.Size = New System.Drawing.Size(
729, 133)
538         Me.dgw.TabIndex =
1
539         
'
540         
'Panel2
541         
'
542         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
543         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
544         Me.Panel2.Controls.Add(Me.Label1)
545         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
546         Me.Panel2.Name =
"Panel2"
547         Me.Panel2.Size = New System.Drawing.Size(
729, 62)
548         Me.Panel2.TabIndex =
0
549         
'
550         
'Label1
551         
'
552         Me.Label1.AutoSize = True
553         Me.Label1.BackColor = System.Drawing.Color.Transparent
554         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
555         Me.Label1.ForeColor = System.Drawing.Color.White
556         Me.Label1.Location = New System.Drawing.Point(
293, 17)
557         Me.Label1.Name =
"Label1"
558         Me.Label1.Size = New System.Drawing.Size(
115, 24)
559         Me.Label1.TabIndex =
0
560         Me.Label1.Text =
"School Info"
561         
'
562         
'OpenFileDialog1
563         
'
564         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
565         
'
566         
'Column1
567         
'
568         Me.Column1.HeaderText =
"ID"
569         Me.Column1.Name =
"Column1"
570         Me.Column1.ReadOnly = True
571         Me.Column1.Visible = False
572         
'
573         
'Column2
574         
'
575         Me.Column2.HeaderText =
"School Name"
576         Me.Column2.Name =
"Column2"
577         Me.Column2.ReadOnly = True
578         
'
579         
'Column3
580         
'
581         Me.Column3.HeaderText =
"Address"
582         Me.Column3.Name =
"Column3"
583         Me.Column3.ReadOnly = True
584         
'
585         
'Column4
586         
'
587         Me.Column4.HeaderText =
"Contact No."
588         Me.Column4.Name =
"Column4"
589         Me.Column4.ReadOnly = True
590         
'
591         
'Column5
592         
'
593         Me.Column5.HeaderText =
"Alt. Contact No."
594         Me.Column5.Name =
"Column5"
595         Me.Column5.ReadOnly = True
596         
'
597         
'Column6
598         
'
599         Me.Column6.HeaderText =
"Fax"
600         Me.Column6.Name =
"Column6"
601         Me.Column6.ReadOnly = True
602         
'
603         
'Column7
604         
'
605         Me.Column7.HeaderText =
"Email"
606         Me.Column7.Name =
"Column7"
607         Me.Column7.ReadOnly = True
608         
'
609         
'Column8
610         
'
611         Me.Column8.HeaderText =
"Website"
612         Me.Column8.Name =
"Column8"
613         Me.Column8.ReadOnly = True
614         
'
615         
'Column9
616         
'
617         Me.Column9.HeaderText =
"Registration No."
618         Me.Column9.Name =
"Column9"
619         Me.Column9.ReadOnly = True
620         
'
621         
'Column10
622         
'
623         Me.Column10.HeaderText =
"Dise No."
624         Me.Column10.Name =
"Column10"
625         Me.Column10.ReadOnly = True
626         
'
627         
'Column11
628         
'
629         Me.Column11.HeaderText =
"Index No."
630         Me.Column11.Name =
"Column11"
631         Me.Column11.ReadOnly = True
632         
'
633         
'Column13
634         
'
635         Me.Column13.HeaderText =
"Established Year"
636         Me.Column13.Name =
"Column13"
637         Me.Column13.ReadOnly = True
638         
'
639         
'Column12
640         
'
641         Me.Column12.HeaderText =
"Class"
642         Me.Column12.Name =
"Column12"
643         Me.Column12.ReadOnly = True
644         
'
645         
'Column14
646         
'
647         Me.Column14.HeaderText =
"School Type"
648         Me.Column14.Name =
"Column14"
649         Me.Column14.ReadOnly = True
650         
'
651         
'Column15
652         
'
653         Me.Column15.HeaderText =
"Logo"
654         Me.Column15.Name =
"Column15"
655         Me.Column15.ReadOnly = True
656         Me.Column15.Visible = False
657         
'
658         
'frmSchoolInfo
659         
'
660         Me.AcceptButton = Me.btnSave
661         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
662         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
663         Me.BackColor = System.Drawing.Color.DarkSlateGray
664         Me.ClientSize = New System.Drawing.Size(
772, 628)
665         Me.Controls.Add(Me.Panel1)
666         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
667         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
668         Me.MaximizeBox = False
669         Me.MinimizeBox = False
670         Me.Name =
"frmSchoolInfo"
671         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
672         Me.Panel1.ResumeLayout(False)
673         Me.Panel1.PerformLayout()
674         Me.Panel4.ResumeLayout(False)
675         Me.Panel4.PerformLayout()
676         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
677         Me.Panel3.ResumeLayout(False)
678         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
679         Me.Panel2.ResumeLayout(False)
680         Me.Panel2.PerformLayout()
681         Me.ResumeLayout(False)
682
683     End Sub
684     Friend WithEvents Panel1 As System.Windows.Forms.Panel
685     Friend WithEvents Panel4 As System.Windows.Forms.Panel
686     Friend WithEvents Label3 As System.Windows.Forms.Label
687     Friend WithEvents txtSchoolName As System.Windows.Forms.TextBox
688     Friend WithEvents dgw As System.Windows.Forms.DataGridView
689     Friend WithEvents Panel2 As System.Windows.Forms.Panel
690     Friend WithEvents Label1 As System.Windows.Forms.Label
691     Friend WithEvents Label7 As System.Windows.Forms.Label
692     Friend WithEvents Label6 As System.Windows.Forms.Label
693     Friend WithEvents Label5 As System.Windows.Forms.Label
694     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
695     Friend WithEvents txtFax As System.Windows.Forms.TextBox
696     Friend WithEvents txtAltContactNo As System.Windows.Forms.TextBox
697     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
698     Friend WithEvents Label4 As System.Windows.Forms.Label
699     Friend WithEvents Label2 As System.Windows.Forms.Label
700     Friend WithEvents txtID As System.Windows.Forms.TextBox
701     Friend WithEvents lblUser As System.Windows.Forms.Label
702     Public WithEvents btnBrowse As System.Windows.Forms.Button
703     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
704     Friend WithEvents txtAddress As System.Windows.Forms.TextBox
705     Friend WithEvents txtWebsite As System.Windows.Forms.TextBox
706     Friend WithEvents Label8 As System.Windows.Forms.Label
707     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
708     Friend WithEvents cmbSchoolType As System.Windows.Forms.ComboBox
709     Friend WithEvents Label14 As System.Windows.Forms.Label
710     Friend WithEvents Label13 As System.Windows.Forms.Label
711     Friend WithEvents Label12 As System.Windows.Forms.Label
712     Friend WithEvents Label11 As System.Windows.Forms.Label
713     Friend WithEvents Label10 As System.Windows.Forms.Label
714     Friend WithEvents Label9 As System.Windows.Forms.Label
715     Friend WithEvents txtEstablishedYear As System.Windows.Forms.TextBox
716     Friend WithEvents txtClass As System.Windows.Forms.TextBox
717     Friend WithEvents txtIndexNo As System.Windows.Forms.TextBox
718     Friend WithEvents txtDiseNo As System.Windows.Forms.TextBox
719     Friend WithEvents txtRegistrationNo As System.Windows.Forms.TextBox
720     Friend WithEvents Panel3 As System.Windows.Forms.Panel
721     Friend WithEvents btnDelete As System.Windows.Forms.Button
722     Friend WithEvents btnClose As System.Windows.Forms.Button
723     Friend WithEvents btnUpdate As System.Windows.Forms.Button
724     Friend WithEvents btnSave As System.Windows.Forms.Button
725     Friend WithEvents btnNew As System.Windows.Forms.Button
726     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
727     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
728     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
729     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
730     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
731     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
732     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
733     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
734     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
735     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
736     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
737     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
738     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
739     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
740     Friend WithEvents Column15 As System.Windows.Forms.DataGridViewImageColumn
741
742 End Class


Gõ tìm kiếm nhanh...